home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8072 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  605 b 

  1. Path: mn5.swip.net!news
  2. From: chris.rossall@mailbox.swipnet.se (Chris Rossall)
  3. Newsgroups: comp.lang.c
  4. Subject: How are multidimensional array stored in memory?
  5. Date: Fri, 01 Mar 1996 13:35:46 GMT
  6. Organization: -
  7. Message-ID: <4h6tk6$1d2@mn5.swip.net>
  8. NNTP-Posting-Host: dialup106-7-14.swipnet.se
  9. NNTP-Posting-User: 7473b17ba5ac8ea90be7be5b8e298509
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Hello I was just wondering how multidimensional arrays would be stored
  13. in memory.For example info[20][3].
  14. would infor[0][1] follow info[0][0] or would info[1][0] follow it?
  15. Perhaps this is compiler dependant?
  16.  
  17. -Chris
  18.  
  19.